home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / scooby_d.swf / scripts / __Packages / com / ndimedia / math / geom / Point.as next >
Encoding:
Text File  |  2011-03-26  |  99 b   |  9 lines

  1. class com.ndimedia.math.geom.Point
  2. {
  3.    function Point(x, y)
  4.    {
  5.       x;
  6.       y;
  7.    }
  8. }
  9.